#######################################
# Order of the Sacred Magdalene
# Open Mercy Bloodline Decision
#######################################

society_decisions = {

    ggsm_found_open_mercy_bloodline = {
        ai = no

        potential = {
            society_member_of = ggsm_order_sacred_magdalene
            society_rank >= 4
            religion = catholic
            is_female = yes
            is_adult = yes

            NOT = {
                any_owned_bloodline = {
                    has_bloodline_flag = ggsm_open_mercy_bloodline
                }
            }
        }

        allow = {
            trait = exclusive_whore
            trait = lustful
            trait = charitable
            trait = kind
            society_currency >= 15000
            prisoner = no
            is_inaccessible_trigger = no
            NOT = { trait = incapable }
        }

        effect = {
            long_character_event = { id = ggsmb.1 }
        }

		ai_will_do = {
            factor = 1
        }
    }
}
